.calendar {
    font-size: 16px;
    border: 2px solid #93060a;
    border-radius: 5px;
    padding: 0px 10px;
}


.select2 {
    padding: 4px 2px;
    border-color: #ddd;
}

/* */
.calendar-desc {
    width: 490px;
    /* margin-bottom: 10px; */
}

.day-intro {
    display: flex;    
}

.day-intro .day-num {
    position: relative;
    width: 80px;
    height: 80px;
    margin: 0 auto;
    line-height: 80px;
    font-size: 52px;
    background: #93060a;
    color: #fff;
    border-radius: 12px;
    text-align: center;
}



.day-intro .day-desc {
    flex: 1;
    height: 66px;
    margin-left: 15px;
}

.day-intro .day-name {
    font-size: 20px;
    font-weight: bold;
    color: #93060a;
}

.day-intro .day-name .time {
    font-size: 16px;
    font-weight: normal;
    margin-left: 5px;
}

.day-intro .day-tags, .day-intro .day-counter {
    margin-top: 6px;
    font-size: 16px;
}

.day-intro .day-tags span {
    margin: 0px 5px;
}

.day-intro .day-tags span:first-child {
    margin-left: 0px;
}

.day-intro .day-counter span.number {
    margin: 0px 5px;

    font-weight: bold;
}

.day-intro .calander-download {
    width: 80px;
    margin-top: 8px;
    display: block;
}

.day-intro .calander-download .icon {
    margin: 5px 0 5px 16px;
}

.day-intro .calander-download span {
    display: block;
    font-size: 16px;
    background-color: #93060a;
    text-align: center;
    color: #fff;
    padding: 10px 5px;
    border-radius: 6px;
}

/* ?¡ª????¨¦€??¡±¡§ */
.select2-results__option {
    font-size: 16px;
}

.calendar .title {
    display: flex;
}

.calendar .title .text {
    font-size: 24px;
    font-weight: bold;
    line-height: 50px;
    width: 3em;
    display: none;
}

/* Ñ¡ÔñÈÕÆÚÇøÓò */
.calendar .title .operate-area {
    flex: 1;
    display: flex;
    height: 32px;
    padding-right: 40px;
    margin-top: 10px;
}

.calendar .title .operate-area .select2-container {
    margin-top: 12px;
}

/* Ñ¡ÔñÄê */
.calendar .title .operate-area .year-picker-area {
    width: 100px;
    font-size: 16px;
    margin-right: 20px;
}

.calendar .title .operate-area .year-picker {
    width: 100px;
}

/* Ñ¡ÔñÔÂ */
.calendar .title .operate-area .month-picker-area {
    position: relative;
    width: 80px;
    padding: 0 30px;
    z-index: 1;
    margin-right: 40px;
}

.calendar .title .operate-area .next-month .icon-next {
    display: inline-block;
    width: 25px;
    height: 25px;
    background: url("/_upload/tpl/00/20/32/template32/htmlRes/next.png") no-repeat;
    background-size: 100% 100%;
}
.calendar .title .operate-area .prev-month .icon-prev{
    display: inline-block;
    width: 25px;
    height: 25px;
    background: url("/_upload/tpl/00/20/32/template32/htmlRes/prev.png") no-repeat;
    background-size: 100% 100%;
}
.calendar .title .operate-area .prev-month, .calendar .title .operate-area .next-month {
    position: absolute;
    width: 30px;
    height: 50px;
    vertical-align: middle;
    text-align: center;
    top: 3px;
    cursor: pointer;

}



.calendar .title .operate-area .prev-month {
    left: 0px;
}
.calendar .title .operate-area .next-month {
    right: 0px;
}

.calendar .title .operate-area .month-picker {
    width: 80px;
}


.calendar .title .operate-area .time-node-area {
    width: 100px;
    font-size: 16px;
    margin-right: 10px;
}

.calendar .title .operate-area .node-picker {
    width: 100px;
}

.calendar .title .operate-area .goto-today {
    width: 100px;
    text-align: center;
    line-height: 30px;
    border-radius: 5px;
    height: 30px;
    background: #eee;
    cursor: pointer;
    flex: 1;
}


.calendar .title .to-next-node {
    font-size: 20px;
    line-height: 50px;
    width: 600px;
    text-align: right;
    margin-left: auto;
}

.calendar .title .to-next-node .number {

    font-weight: bold;
    margin: 0px 5px;
}


.calendar .body-area {
    display: flex;
    margin-top: 20px;
}

.calendar .body-area {
    display: flex;
    margin-top: 20px;
}




.calendar .calendar-body {
    flex: 1;
    z-index: 10;
}

.calendar .calendar-body .weeks-body {
    width: 470px;
    height: 360px;
    overflow: hidden;
}


.week-title-area {
    display: flex;
    margin-bottom: 5px;
}

.week-title-text {
    width: 58px;
    text-align: center;
}

.week {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    width: 58px;
    height: 58px;
    position: relative;
    opacity: 0.99;
    cursor: default;
}

.week .body {
    position: absolute;
    width: 56px;
    height: 56px;
    box-sizing: border-box;
    text-align: center;
    vertical-align: middle;
    top: 0px;
    left: 2px;
    z-index: 99;
    padding-top: 10px;
}

.calendar-body .searial {
    color: #93060a;
    font-weight: bold;
}

.week .num {
    height: 18px;
    font-size: 16px;
    color: #000;
    font-weight: bold;
    display: block;
}

.calendar-body .searial .num {
    color: #93060a;
}

.week .desc {
    color: #333;
    font-size: 12px;
}

.week .mask {
    display: none;
    position: absolute;
    width: 56px;
    height: 56px;
    border-radius: 5px;

    top: 0px;
    left: 2px;
    z-index: -99;
}

.week .border {
    display: none;
    position: absolute;
    width: 54px;
    height: 54px;
    border-radius: 5px;
    background: transparent;
    border: 2px solid #93060a;
    top: 0px;
    left: 2px;
    z-index: -50;
}

.week .holiday {
    position: absolute;
    top: 5px;
    left: 5px;
    font-size: 12px;
    line-height: 12px;
}





.week.other-month {
    opacity: 0.4;
}




.week.holiday .mask {
    display: block;
    background-color: #f6dad6;
}




.week.work .mask {
    display: block;
}

.week.work .num, .week.work .holiday {
    color: #000;
}

.week.work .border {
    border: 2px solid #93060a;
}

/* ?¡ª?????????¡°????¡®¡§????¡è???? - ????¡è? */
.week.today .border {
    display: block;
}

.week.cur .border {
    display: block;
    border-style: dashed;
}

.week.searial .mask {
    display: block;
    background-color: #ced9e8;
}
